<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.kachel{
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    width: 100%;
    min-height: 180px;
    padding: 50px 0;
}

.links{
    display: flex;
    flex-direction: column;
}

.rechts{
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.unten{
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 250px;
}

.vorstandsFoto {
    max-width: 90px;
    max-height: 135px;
    margin: 20px;
}

.beirat {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

@media (max-width: 1600px) {
    .kachel {
        grid-template-columns: 100%;
    }
}

@media (max-width: 600px) {
    .unten{
       flex-direction: column;
        justify-content: center;
    }
    .oben{
       text-align: center;
     }
}
</pre></body></html>